home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / Find Duplicate Signal Names.rfm < prev    next >
Encoding:
Text File  |  2004-10-16  |  936 b   |  30 lines

  1. {
  2.     DesignWorks Report Form for Duplicate Signal Names
  3.     Copyright 1990-2000 Capilano Computing Systems
  4.  
  5.     Error bit usage
  6.  
  7.         1    Duplicate signal names
  8. }
  9. $NOTES
  10. Find Duplicate Signal Names
  11.  
  12. This search produces a list of all signals with
  13. duplicate names (e.g. signals with the same name but on
  14. different pages with no page connector).
  15.  
  16.  
  17. Limitations:
  18.  
  19.   In a hierarchical design, this script searches only the current circuit.
  20.  
  21. Mark as OK: You can use Mark as OK to indicate that a given item is OK and should not be checked again.
  22. $END
  23. $TEMPPATH\find.output
  24. $CREATEREPORT($TEMPPATH\find.output)
  25. $COMBSIGSON
  26. $SORT $SIGNALS $SIGNAME
  27. $FIND $NOCLEAR $SIGNALS $COUNT(2) $ERRORBITOFF(1)
  28. $TITLE Found $SIGCOUNT signals with duplicate names
  29. $SIGNALS\$OBJECT $SIGLOC$NEWLINE\$OBJTITLE $SIGNAME - duplicate name$NEWLINE\$ERRBIT 1$NEWLINE\$MESSAGE Signals $SIGNAME on page(s) $PAGE have duplicate names.
  30. $CLOSEREPORT